Description
Checks in the input document. Returns back the document.
Operation id | Document.CheckIn |
Category | Document |
Label | Check In |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | document, documents |
Implementation Information
JSON Definition
{
"id" : "Document.CheckIn",
"label" : "Check In",
"category" : "Document",
"requires" : null,
"description" : "Checks in the input document. Returns back the document.",
"url" : "Document.CheckIn",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ {
"name" : "version",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ "none", "minor", "major" ]
}, {
"name" : "comment",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 1,
"values" : [ ]
}, {
"name" : "versionVarName",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 2,
"values" : [ ]
} ]
}